Open
Conversation
RuntimeError: module compiled against API version 0xf but this version of numpy is 0xe
Collaborator
|
Hi @kozmad, Thank you very much for the edits and your work. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dear openmsr developers,
I was working on issue tickets #5 and #6.
I've created some modifications for Ubuntu22.04 to make these functionalities available.
My concept was to install all the dependent libraries solely into a predefined userspace folder (currently it is $HOME/openmc).
The default definitions of the corresponding environmental variables:
In this way, one can modify all the underlying code without reinstalling that and different versions of OpenMC can be stored beside each other (e.g. $HOME"/openmc/openmc_varA/" and $HOME"/openmc/openmc_varB/" )
The test workflow has been extended with the 3d model conversion and the sample simulation.
(A single hack, i.e.
sudo pip install -U numpywas needed due to some numpy API error)Cheers,
Daniel